home *** CD-ROM | disk | FTP | other *** search
- on mouseLeave
- set the visible of sprite the currentSpriteNum to 0
- end
-
- on mouseUp
- case the mouseLine of
- 1:
- openPictInfo("esplia")
- 2:
- openPictInfo("esplib")
- 3:
- openPictInfo("esplic")
- 4:
- openPictInfo("esplid")
- 5:
- openPictInfo("esplie")
- 6:
- openPictInfo("esplif")
- end case
- set the visible of sprite the currentSpriteNum to 0
- updateStage()
- end
-
- on mouseWithin
- hilite line the mouseLine of field the mouseMember
- end
-